@charset "utf-8";

/******基础样式开始  -webkit-appearance:none;-moz-appearance:none;appearance:none;******/
*{padding:0px;margin:0px;/*-webkit-appearance:none;-moz-appearance:none;appearance:none;*/border-radius:0;}
body{font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;font-size:16px;color:#333; background:#fff;height:100%;}
html,body,div,span,p,h1,h2,h3,h4,h5,h6,em,img,strong,blockquote,sub,sup,tt,i,b,dd,dl,dt,form,label,table,caption,tbody, tfoot, thead,tr,th,td,ul,li,p,a,ol{margin:0;padding:0;}
s,i,em{ font-style:normal; text-decoration:none;}
ul,ol,li{list-style-type:none;list-style:none;}
button,input,select,textarea{vertical-align:middle; font-family:Microsoft Yahei; margin:0; padding:0;outline:none;}
select{-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist;}
legend{color:#000;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
a,a:hover,a:active,a:link,a:focus{color:#333333; text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;height:0px;width:0px;overflow:hidden;padding:0px;margin:0px;display:block;}
.clearfix_after::after{content:"";display:block;width:0px;height:0px;padding:0px;margin:0px;clear:both;}
.text_ell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
input[type="checkbox"] {-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio;-moz-appearance:radio;appearance:radio;}
.jczw a{color: #355e92;}
.show_sub_title{
    font-size:18px;
    margin: 0 auto;
    text-align: center;
    line-height:20px;
}
.show_j_title{
    font-size:16px;
    margin: 0 auto;
    text-align: center;
    line-height:20px;
    padding-bottom:10px;
}

.rightCon{
	width:100%;
	margin-bottom:20px;
	background-color:#fbfbfb
}
.nb_title{
	line-height:60px;
	text-indent:20px
}
  .tb02{
	  border-top:1px solid #dedede;
      border-right:1px solid #dedede;
    
  }
  .btn02{
	  border:0;
	  background-color:#355e92;
	  color:white;
	  padding:5px 15px
  }
  
  .tb02 td, .tb02 th{
	  padding:5px;
      line-height: 30px;
      border-left:1px solid #dedede;
      border-bottom:1px solid #dedede;
  }
  .pd30{
	padding:30px
  }